DefaultConnectedDevice

class DefaultConnectedDevice(val cbCentral: CBCentral) : ConnectedDevice

The default ConnectedDevice, wrapping the platform CBCentral.

Constructors

Link copied to clipboard
constructor(cbCentral: CBCentral)

Properties

Link copied to clipboard
open override val cbCentral: CBCentral

the platform CBCentral of the connected device

Link copied to clipboard
open override val identifier: Identifier